home *** CD-ROM | disk | FTP | other *** search
- /* MainWindow.h */
-
- #ifndef __MWI__
- #define __MWI__
-
- #include "Globals.h"
-
- /*----------*/
- void MainWindowSeg (void);
- void OpenMainWindow (Str255 fName,
- short vRefNum,
- short fRefNum);
- void CloseMainWindow (void);
- void ControlMainWindow (ControlHandle whichControl,
- short whichPart,
- Point where);
- void MouseInMainWindow (Point where,
- short modifiers);
- void TypeInMainWindow (char ch);
- void UpdateMainWindow (void);
- void ActivateMainWindow (Boolean activate);
- void ResizeMainWindow (void);
- pascal void ScrollMainWindow (short newValue,
- short oldValue);
-
- #endif /* __MWI__ */